home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 9 / Night Owl CD-ROM (NOPV9) (Night Owl Publisher) (1993).ISO / 040a / 1st_110b.zip / NEWFILES.DOC < prev    next >
Text File  |  1993-05-15  |  5KB  |  147 lines

  1.  
  2.  
  3.  
  4.         Newfiles
  5.         Copyright 1993 by Mark Herring
  6.         All Rights Reserved
  7.  
  8.  
  9.         The NEWFILES program lets you view newly available files from a
  10.         PCBoard bulletin board system and lets you tag files for
  11.         downloading.  NEWFILES can manage up to 2,580 new files in
  12.         every session.  You can always view the original new files list
  13.         by pressing the [F2] key on your keyboard.
  14.  
  15.  
  16.         Change views
  17.         ────────────
  18.  
  19.         Instead of simply viewing a text file of new files for this
  20.         system, NEWFILES lets you locate files fast and easy by changing
  21.         from different views of the files list.
  22.  
  23.            1) New files list
  24.  
  25.                    This list of files includes ALL of the new files
  26.                    received by the BBS since your last call.  The files
  27.                    are arranged in alphabetical order and each file is
  28.                    identified by a number on the screen.  As you scroll
  29.                    up or down the list the files move up or down the
  30.                    number list.  Any files that you have 'tagged' for
  31.                    downloading later will have their numbers on the
  32.                    screen blink.
  33.  
  34.                    You can tag a file for downloading (or 'un-tag' a
  35.                    file) by pressing the number associated with the
  36.                    file.
  37.  
  38.  
  39.            2) Tagged new files list
  40.  
  41.                    This list of files shows you all of the files that
  42.                    you have tagged for downloading from this list of new
  43.                    files.  You can un-tag (or re-tag) files simply by
  44.                    pressing the number associated with the file.
  45.  
  46.  
  47.            3) Zippy scanned files
  48.  
  49.                    NEWFILES allows you to enter a keyword and have it
  50.                    locate any files that contain the keyword in their
  51.                    description.  If you have entered a keyword in a
  52.                    ZIPPY scan (described below) this view will show you
  53.                    those files that were found.
  54.  
  55.  
  56.            4) File count totals
  57.  
  58.                    This screen simply shows you how many files were
  59.                    found from each conference on the bulletin board
  60.                    system.
  61.  
  62.  
  63.  
  64.  
  65.            5) Edit/Delete manual tags
  66.  
  67.                    Sometimes you might want to request a file from the
  68.                    bulletin board system that isn't in the list of new
  69.                    files.  This view lets you enter a filename to
  70.                    download (or delete a file request that you made
  71.                    earlier).
  72.  
  73.  
  74.         The "New files list", "Tagged new files list" and "Zippy scanned
  75.         files" views all allow you to use the following commands:
  76.  
  77.  
  78.            (C)hange views
  79.  
  80.                    This command button will let you select from the
  81.                    previous views described above.
  82.  
  83.  
  84.            (F)ind filename
  85.  
  86.                    Use this command button if you wish to locate a
  87.                    specific filename from the new files list.
  88.  
  89.  
  90.            (Z)ippy search
  91.  
  92.                    This command button lets you enter a keyword and
  93.                    NEWFILES will locate every file in the new files list
  94.                    that contains the keyword.  NEWFILES then
  95.                    automatically switches you into the "Zippy scanned
  96.                    files" view.
  97.  
  98.  
  99.            Arrow keys
  100.  
  101.                    If you are using a mouse you can click on these
  102.                    command buttons to move around the files list.  If
  103.                    you wish to tag a file with the mouse simply click on
  104.                    the file number or click on the file description.
  105.  
  106.  
  107.            (Q)uit
  108.  
  109.                    Quits NEWFILES and returns back to the reader.  If
  110.                    you have requested files for downloading later you
  111.                    will be asked if you wish to save these changes.
  112.  
  113.  
  114.  
  115.         Edit manual requests
  116.         ────────────────────
  117.  
  118.                 There are three different actions you can perform in
  119.                 this section of NEWFILES.  If you have made file
  120.                 requests then the requested files are displayed on the
  121.                 screen.  To select a request press the number associated
  122.                 with the file (or click on the file with your mouse).
  123.                 You will then be asked if you wish to EDIT or DELETE the
  124.                 request.
  125.  
  126.                 If you select the "Add request" command button then you
  127.                 can manually enter a filename that does not appear in
  128.                 the list of new files from the BBS.
  129.  
  130.  
  131.  
  132.         <QWKID>.REQ
  133.         ───────────
  134.  
  135.                 The file requests you make in NEWFILES are stored in the
  136.                 'BBS' subdirectory for the bulletin board system as
  137.                 <QWKID>.REQ.  The format of this file is:
  138.  
  139.  
  140.                 TYPE RequestType
  141.                         Filename AS STRING * 12  ' filename to request
  142.                         Conf AS INTEGER          ' conf # of filename
  143.                         Status AS INTEGER        ' used by NEWFILES
  144.                         Record AS INTEGER        ' used by NEWFILES
  145.                 END TYPE
  146.  
  147.